projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2755b93
)
application: Remove a variable and silence a compiler warning
author
Emmanuele Bassi
<ebassi@linux.intel.com>
Fri, 18 Jun 2010 13:26:57 +0000
(14:26 +0100)
committer
Emmanuele Bassi
<ebassi@linux.intel.com>
Fri, 18 Jun 2010 13:26:57 +0000
(14:26 +0100)
gtk/gtkapplication.c
patch
|
blob
|
history
diff --git
a/gtk/gtkapplication.c
b/gtk/gtkapplication.c
index 4fa63eb810cd7f00a9710bd2c50fc2c8123e2708..ef407d8006f8e42972f787a53385a99b02f937d5 100644
(file)
--- a/
gtk/gtkapplication.c
+++ b/
gtk/gtkapplication.c
@@
-434,7
+434,6
@@
GtkWindow *
gtk_application_get_window (GtkApplication *app)
{
GtkApplicationPrivate *priv;
- GtkWindow *window;
g_return_val_if_fail (GTK_IS_APPLICATION (app), NULL);